Class symantec.itools.db.beans.binding.BindingEditor
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.db.beans.binding.BindingEditor

Object
   |
   +----Component
           |
           +----Container
                   |
                   +----Panel
                           |
                           +----CustomOverrideEditorSupport
                                   |
                                   +----symantec.itools.db.beans.binding.BindingEditor

public class BindingEditor
extends CustomOverrideEditorSupport

This class is a custom editor for the Data Binding property of the BindingModel bean. It uses DataBindingPanel as its editor panel (where end user can view and modify this property).

Version:
1.0 06/09/98
Author:
Alessandro Vernet

Variable Index

 o IDJH_BM_DATA_BINDING
 o editorPage
We keep a reference to the panel used to edit the Data Binding property.

Constructor Index

 o symantec.itools.db.beans.binding.BindingEditor()

Method Index

 o getCustomEditor()
Build the Component for this custom property editor.
 o getHelpID()
Implementation of HelpIDProvider.
 o getJavaInitializationString()
How the bean value will be initialized in the generated Java source.
 o helpPressed()
When the button help is pressed, we use the OpenAPI to invoke the help window.
 o okPressed()
When the OK button is pressed, we update the value of this property editor with the value entered by the end user in the editor panel.

Variables

 o IDJH_BM_DATA_BINDING
public static final int IDJH_BM_DATA_BINDING
 o editorPage
protected symantec.itools.db.beans.jdbc.editors.DataBindingPanel editorPage
We keep a reference to the panel used to edit the Data Binding property.

Constructors

 o BindingEditor
public BindingEditor()

Methods

 o getCustomEditor
public java.awt.Component getCustomEditor()
Build the Component for this custom property editor. It will use EventEditorPanel.

Overrides:
getCustomEditor in class CustomOverrideEditorSupport
 o getHelpID
public int getHelpID()
Implementation of HelpIDProvider. The help ID for this custom property editor.

 o getJavaInitializationString
public java.lang.String getJavaInitializationString()
How the bean value will be initialized in the generated Java source.

Overrides:
getJavaInitializationString in class CustomOverrideEditorSupport
 o helpPressed
public void helpPressed()
When the button help is pressed, we use the OpenAPI to invoke the help window.

Overrides:
helpPressed in class CustomOverrideEditorSupport
 o okPressed
public void okPressed()
When the OK button is pressed, we update the value of this property editor with the value entered by the end user in the editor panel.

Overrides:
okPressed in class CustomOverrideEditorSupport

All Packages  Class Hierarchy  This Package  Previous  Next  Index